home *** CD-ROM | disk | FTP | other *** search
- rem [
- rem Name: u.mac.bat
- rem
- rem Derived from: (original)
- rem
- rem Author: David Lillie
- rem
- rem Created on: Oct 1996
- rem
- rem Sccs ID: @(#)u.mac.bat 1.9 06/30/97
- rem
- rem Coding Stds:
- rem
- rem Purpose: Batch file for updating Mac-specific parts of
- rem SoftWindows and SoftPC Turbo.
- rem
- rem Parameters: 1 Windows version; must be "win31" or "win95".
- rem (win31 includes WfW 3.11).
- rem 2 Windows system directory.
- rem 3 two-letter language ID
- rem 4 Host System name
- rem 5 Host System release
- rem 6 Host System version
- rem 7 Host System hardware type
- rem
- rem Copyright 1997 Insignia Solutions PLC. All rights reserved.
- rem ]
-
-
- goto %1
- rem should never get here!
- goto end
-
- :win31
- win31lic /v /s%2 c:\insignia\mac311.ugd >>c:\insignia\up.log
- goto end
-
- :win95
- REM What I really want to do is to modify win95lic to take multiple .ugd files.
- REM We could generate runonce.reg to invoke w95once.bat with a host parameter.
- REM For the time being we append to the hard-coded file name.
- type c:\insignia\mac95.ugd >> c:\insignia\win95.ugd
- goto end
-
- :end